Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: expose xyEnsureFloat64 #226

Merged
merged 1 commit into from
Mar 6, 2024
Merged

fix: expose xyEnsureFloat64 #226

merged 1 commit into from
Mar 6, 2024

Conversation

jobo322
Copy link
Member

@jobo322 jobo322 commented Mar 6, 2024

No description provided.

@jobo322 jobo322 merged commit 2260f3c into main Mar 6, 2024
1 check passed
@jobo322 jobo322 deleted the expose-xyEnsureFloat64 branch March 6, 2024 14:38
@@ -38,3 +38,4 @@ export * from './xyToXYArray';
export * from './xyToXYObject';
export * from './xyUniqueX';
export * from './xyWeightedMerge';
export * from './xyEnsureFloat64';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not sorted correctly.

@@ -1,4 +1,4 @@
import { xyEnsureFloat64 } from '../xyEnsureFloat64';
import { xyEnsureFloat64 } from '../index';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was a suggestion some time ago, to ensure that I am exporting the function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants